gdk: Drop map events
authorMatthias Clasen <mclasen@redhat.com>
Sun, 15 Jul 2018 18:23:54 +0000 (14:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 15 Jul 2018 19:10:56 +0000 (15:10 -0400)
commit7ca6440f4d1c6a0921cfd310e1993d0a7c8e082d
treebb9c37cc6c097a7d7935107a11ea414edf68e088
parent1172810768c5d1d414fdd5394d039c9330aaca41
gdk: Drop map events

We are really inconsistent about generating these,
and they are not actually used in GTK+. Instead,
add a boolean GdkSurface::mapped property.
gdk/broadway/gdksurface-broadway.c
gdk/gdkevents.c
gdk/gdkevents.h
gdk/gdksurface.c
gdk/wayland/gdksurface-wayland.c
gdk/win32/gdkevents-win32.c
gdk/x11/gdkdisplay-x11.c
gtk/gtkmain.c
gtk/gtkwidget.c